Small documentation fixes
authorMatthias Clasen <mclasen@redhat.com>
Sat, 14 Mar 2020 05:22:17 +0000 (01:22 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 14 Mar 2020 05:22:31 +0000 (01:22 -0400)
gdk/gdkcontentproviderimpl.c
gdk/gdkdisplay.c

index ed5e3e8450dc8105e4df376963d3b8c4a77827c2..6685f3f8be5892e54f375ca4f1d378a6400e42ce 100644 (file)
@@ -129,7 +129,7 @@ gdk_content_provider_new_for_value (const GValue *value)
 /**
  * gdk_content_provider_new_typed:
  * @type: Type of value to follow
- * ...: value
+ * @...: value
  *
  * Create a content provider that provides the value of the given
  * @type.
index eb3826f48f3d64c95a2b4fa70dbc561c89e29947..e402a929d1112b2dc42535cc05e0f5792809ce60 100644 (file)
@@ -477,7 +477,7 @@ gdk_display_peek_event (GdkDisplay *display)
 /**
  * gdk_display_put_event:
  * @display: a #GdkDisplay
- * @event (transfer none): a #GdkEvent.
+ * @event: (transfer none): a #GdkEvent
  *
  * Appends the given event onto the front of the event
  * queue for @display.